home *** CD-ROM | disk | FTP | other *** search
/ Wonky Flux Batch 2019 02 / Wonky_Flux_Batch_2019-02.zip / Wonky Flux Batch 2019-02 / 074 - ProSEL 3.3.dsk / CATDOC.DOC.txt < prev    next >
Text File  |  2019-02-17  |  1KB  |  40 lines

  1.                 Version 6.4 changes to Cat Doctor
  2.  
  3. This version modifies the Type function to provide a left margin
  4. (defaulting to 5) and word wrap.  These are configurable and also
  5. defeatable when the printer question is asked:
  6.  
  7.         Open apple defeats margin.
  8.  
  9.         Closed apple (option) defeats word wrap.
  10.  
  11. Configurable locations in Cat Doctor (these start at byte $27
  12. in SiderFile):
  13.  
  14. Byte 03 = 02...........blink rate
  15. Byte 04 = 00...........bell default (change by making it 87)
  16. Byte 05 = 00...........prompt default ( " )
  17. Byte 06 = 01...........printer slot
  18. Byte 07 = 4F (dec 79)..line length
  19. Byte 08 = 3A (dec 60)..page length
  20. Byte 09 = E5...........various flags (see below)
  21. Byte 0A = 60...........unit number of Format default device
  22.  
  23. Following these is the filetype list.
  24.  
  25. Byte 09 has this significance:
  26.  
  27.   Bits:  1 1 1 0 0 1 0 1  = byte E5
  28.          | | | | -------
  29.          | | | |    |
  30.          | | | |    |
  31.          | | | |    `--- left margin (0-15)
  32.          | | | |
  33.          | | | `---------reserved
  34.          | | |
  35.          | | `-----------defeats word wrap if 0
  36.          | |
  37.          | `-------------reserved for SiderFile use
  38.          |
  39.          `---------------catalog entry printed with Type if 0
  40.